Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NotifyCollection<T> Class / Item Property


In This Topic
    Item Property (NotifyCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Default Property Item( _
       ByVal index As Integer _
    ) As T
    'Usage
     
    Dim instance As NotifyCollection(Of T)
    Dim index As Integer
    Dim value As T
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    [__DynamicallyInvokable()]
    public T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also